Now that Owen explained the algorithm, I think I implemented it right for
authorDarin Adler <darin@src.gnome.org>
Fri, 5 May 2000 02:50:24 +0000 (02:50 +0000)
committerDarin Adler <darin@src.gnome.org>
Fri, 5 May 2000 02:50:24 +0000 (02:50 +0000)
commit0f038c9e320c4ef3306e17b136c39909cd7baa57
treee10f49d7c4d6b09a872989c28f0da091d207a104
parent24fa8a64bcd200b1c2f15ffb9d8d5c34e279601f
Now that Owen explained the algorithm, I think I implemented it right for

* gdk-pixbuf/pixops/pixops.c: (pixops_composite_nearest),
(composite_pixel), (composite_line):
* gdk-pixbuf/test-gdk-pixbuf.c: (simple_composite_test_one_type):
Now that Owen explained the algorithm, I think I implemented it
right for the cases where the destination pixbuf is not opaque.
The test does seem to confirm it.
gdk-pixbuf/ChangeLog
gdk-pixbuf/pixops/pixops.c
gdk-pixbuf/test-gdk-pixbuf.c